<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.anli_con{width:1220px; margin:0 auto; overflow:hidden;}
.picMarquee-left{ width:1220px; margin-top:40px; overflow:hidden; position:relative;    }
		
		.picMarquee-left .bd{width:1220px;    }
		.picMarquee-left .bd ul{width:1220px; overflow:hidden; zoom:1; }
		.picMarquee-left .bd ul li{ margin-left:20px; float:left; _display:inline; width:285px; height:430px; overflow:hidden;}
		.picMarquee-left .bd ul li .pic{ width:283px; height:380px; border:1px #c7c7c7 solid; margin:0 auto; overflow:hidden;}
		.picMarquee-left .bd ul li .pic img{ width:264px; height:240px; margin:0 auto; display:block; margin-top:10px; cursor: pointer; transition: all 0.6s; overflow:hidden;}
		.picMarquee-left .bd ul li .pic img:hover{transform: scale(1.05);}
		.picMarquee-left .bd ul li .pic h3{width:264px; margin:15px auto; text-align:left; font-size:18px; margin-top:20px;}
		.picMarquee-left .bd ul li .pic h3 a{
	color:#333;
	text-decoration: none;
}
		.picMarquee-left .bd ul li .pic h3 a:hover{color:#eeaf06; text-decoration:underline;text-decoration: none;}
		
		.picMarquee-left .bd ul li .pic span{width:264px; margin:0 auto; text-align:left; font-size:12px; display:block; line-height:26px; color:#888;}
		.picMarquee-left .bd ul li .pic em a{
	width:58px;
	height:22px;
	line-height:22px;
	text-align:center;
	font-size:12px;
	color:#fff;
	background-color:#eeaf06;
	border-radius:300px;
	display:block;
	float:right;
	font-style:normal;
	margin-top:15px;
	margin-right:10px;
	text-decoration: none;
}
        .picMarquee-left .bd ul li .pic em a:hover{color:#fff; background-color:#c00;}
		
		.picMarquee-left .bd ul li .title{width:285px; height:10px; margin:0 auto;}</pre></body></html>